Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error for Auto Convex #440

Closed
Weisl opened this issue Aug 13, 2023 · 0 comments
Closed

Error for Auto Convex #440

Weisl opened this issue Aug 13, 2023 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@Weisl
Copy link
Owner

Weisl commented Aug 13, 2023

Happens for Structure 11 file rock basis of the portal

Error: Python: Traceback (most recent call last):
  File "C:\Users\\Documents\Github_blender_scripts\addons\collider_tools\auto_Convex\add_bounding_auto_convex.py", line 43, in invoke
    super().invoke(context, event)
  File "C:\Users\\Documents\Github_blender_scripts\addons\collider_tools\collider_shapes\add_bounding_primitive.py", line 1349, in invoke
    self.execute(context)
  File "C:\Users\\Documents\Github_blender_scripts\addons\collider_tools\auto_Convex\add_bounding_auto_convex.py", line 134, in execute
    joined_mesh = bmesh_join(bmeshes, matrices)
  File "C:\Users\\Documents\Github_blender_scripts\addons\collider_tools\bmesh_operations\mesh_edit.py", line 27, in bmesh_join
    add_face(tuple(bm.verts[i.index + offset] for i in face.verts))
ValueError: faces.new(verts): face already exists

@Weisl Weisl added the bug Something isn't working label Aug 13, 2023
@Weisl Weisl added this to the 1.4.1 milestone Aug 13, 2023
Weisl added a commit that referenced this issue Aug 13, 2023
Weisl added a commit that referenced this issue Aug 13, 2023
Weisl added a commit that referenced this issue Aug 13, 2023
@Weisl Weisl closed this as completed Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant